home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- echo This program will print the User's Guide for Lotto Master
- echo Professional. The Guide is 15 pages long. To begin
- echo printing, make the disk or directory where the file LM.DOC
- echo resides the current directory, then turn on the printer, align
- echo the paper with your print head, and press ENTER.
- echo.
- echo To cancel the printing, hold down the key marked CONTROL
- echo (sometimes marked CTRL or something similar) and press the
- echo C key.
- echo.
- echo.
- pause
- cls
- echo User's Guide now printing.... Please wait.
- copy lm.doc prn
- cls
- echo Printing Complete.
- echo.
- pause
- cls
- dir
-
-